home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Blender / CONTROLS / 00001.ls next >
Encoding:
Text File  |  1994-08-22  |  731 b   |  29 lines

  1. on exitFrame
  2.   puppetSprite(3, 1)
  3.   puppetSprite(4, 1)
  4.   puppetSprite(5, 1)
  5.   puppetSprite(6, 1)
  6.   if the castNum of sprite 3 = 779 then
  7.     set the castNum of sprite 3 to the number of cast 778
  8.   else
  9.     set the castNum of sprite 3 to the number of cast 779
  10.   end if
  11.   puppetSprite(4, 1)
  12.   if the castNum of sprite 5 = 777 then
  13.     set the castNum of sprite 5 to the number of cast 776
  14.   else
  15.     set the castNum of sprite 5 to the number of cast 777
  16.   end if
  17.   if the castNum of sprite 6 = 787 then
  18.     set the castNum of sprite 6 to the number of cast 804
  19.   else
  20.     set the castNum of sprite 6 to the number of cast 787
  21.   end if
  22.   updateStage()
  23.   go(the frame)
  24.   tell the stage
  25.     go(the frame)
  26.   end tell
  27.   SETSPEAKER()
  28. end
  29.